翻訳と辞書
Words near each other
・ Snowboarding at the 2015 Winter Universiade – Women's parallel giant slalom
・ Snowboarding at the 2015 Winter Universiade – Women's slopestyle
・ Snowboarding at the 2015 Winter Universiade – Women's snowboard cross
・ Snowboarding at the Asian Winter Games
・ Snowboarding at the Winter Olympics
・ Snowboarding in Argentina
・ Snow.Wolf.Lake
・ Snowball
・ Snowball & Son
・ Snowball (album)
・ Snowball (Animal Farm)
・ Snowball (cockatoo)
・ Snowball (cocktail)
・ Snowball (disambiguation)
・ Snowball (film)
Snowball (programming language)
・ Snowball (single-board computer)
・ Snowball (swing dance)
・ Snowball bush
・ Snowball Derby
・ Snowball Earth
・ Snowball effect
・ Snowball effect (disambiguation)
・ Snowball Effect (equity crowdfunding)
・ Snowball Effect ISP
・ Snowball Express
・ Snowball family (Sierra Leone)
・ Snowball fight
・ Snowball Game
・ Snowball marches


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Snowball (programming language) : ウィキペディア英語版
Snowball (programming language)
Snowball is a small string processing programming language designed for creating stemming algorithms for use in information retrieval.〔("Snowball" ), Martin Porter, web page. Retrieved 2 September 2014.〕
The Snowball compiler translates a Snowball script (a .sbl file) into either a thread-safe ANSI C program or a Java program. For ANSI C, each Snowball script produces a program file and corresponding header file (with .c and .h extensions).〔("Snowball: Quick introduction" ), Martin Porter, web page. Retrieved 2 September 2014.〕 The basic datatypes handled by Snowball are strings of characters, signed integers, and boolean truth values, or more simply strings, integers and booleans. Snowball's characters are either 8-bit wide, or 16-bit, depending on the mode of use. In particular, both 8-bit ASCII and 16-bit Unicode are supported. Like the SNOBOL programming language, the flow of control in Snowball is arranged by the implicit use of signals (each statement returns a true or false value), rather than the explicit use of constructs such as if, then, and break found in C and many other programming languages.〔("Snowball Manual" ), Martin Porter, web page. Retrieved 2 September 2014.〕
The name Snowball was chosen as a tribute to the SNOBOL programming language, with which it shares the concept of string patterns delivering signals that are used to control the flow of the program. The creator of Snowball, Dr. Martin Porter, "toyed with the idea of calling it 'strippergram' ", because it "effectively provides a 'suffix STRIPPER GRAMmar' ".〔
==References==



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Snowball (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.